<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.header .con {
	margin: auto;
	width: 1200px;
}
.header .logo {
	float: left;
}
.header .nav {
	float: right;
	padding-top: 20px;
}
.header .nav a {
	display: inline-block;
	margin-right: 20px;/*åŽŸä¸º30*/
	height: 88px;
	font-size: 15px;
	color: #333;
	line-height: 88px;
}
.header .nav a:hover {
	color: #CB0000;
}
.header .nav a.crt {
	border-bottom: 2px solid #CB0000;
	color: #CB0000;
}
.header #bm {
	float: right;
	padding: 45px 20px 0 0;
}
.header #bm a {
	display: inline-block;
	padding: 0 14px;
	height: 40px;
	background: #CB0000;
	font-size: 15px;
	color: #FFF;
	line-height: 40px;
}
.header #bm_sub {
	display: none;
}
.header #bm_sub a {
	display: inline-block;
	height: 48px;
	border-bottom: 1px solid #585858;
	background: #666;
	font-size: 15px;
	color: #FFF;
	line-height: 48px;
}
.header .bm {
	float: right;
	padding: 45px 20px 0 0;
}
.header .user {
  padding: 0 12px;
  background: #CB0000;
  font-size: 14px;
  color: #E58080;
  line-height: 40px;
}
.header .user img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.header .user a {
  color: #FFF;
}
.header .user a:hover {
  text-decoration: underline;
}
.header .search {
	float: right;
	padding-top: 45px;
}
.header a.search_ico {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/ico_search.png) no-repeat 0 0;
}
.header a:hover.search_ico {
	background: url(../img/ico_search.png) no-repeat -40px 0;
}

/* footer */
.footer {
	background: #202020;
	font-size: 13px;
	color: #CCC;
}
.footer a {
	color: #CCC;
}
.footer a:hover {
	color: #FFF;
}
.footer .logo {
	height: 100px;
}
.footer .contact li {
	padding-left: 24px;
	line-height: 30px;
}
.footer .contact .ico_address {
	background: url(../img/footer_contact_ico_1.png) no-repeat left center;
}
.footer .contact .ico_tel {
	background: url(../img/footer_contact_ico_2.png) no-repeat left center;
}
.footer .contact .ico_mail {
	background: url(../img/footer_contact_ico_3.png) no-repeat left center;
}
.footer .menu {
	padding-top: 15px;
	height: 64px;
	border-bottom: 1px solid #333;
	line-height: 64px;
}
.footer .menu .space {
	display: inline-block;
	width: 30px;
	background: url(../img/footer_menu_space.png) no-repeat center;
}
.footer .copyright {
	padding-top: 20px;
	line-height: 30px;
}
.footer .tit {
	height: 55px;
}
.footer .tit h3 {
	height: 36px;
	background: url(../img/footer_tit_line.png) no-repeat left bottom;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 30px;
}
.footer .qrcode {
	float: left;
	padding: 15px 0 0 40px;
	width: 110px;
	height: 64px;
}
.footer .qrcode h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 64px;
}
.footer .qrcode img {
	border-radius: 3px;
}

/* side tag */
.side_tag {
	position: fixed;
	top: 240px;
	right: 50%;
	margin-right: -720px;
}
.side_tag a {
	display: block;
	padding: 15px 10px;
	width: 70px;
	border-bottom: 1px solid #D32626;
	background: #CB0000;
	text-align: center;
}
.side_tag a h4 {
	padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.side_tag a h4.f13 {
	font-size: 13px;
}

/* to top */
.to-top {
	position: fixed;
	display: inline-block;
	bottom: 80px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	/* image replacement properties */
	background: url(../img/to_top.png) no-repeat center center #666;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.to-top.is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.to-top.fade-out {
	/* å¦‚æžœç”¨æˆ·ç»§ç»­å‘ä¸‹æ»šåŠ¨,è¿™ä¸ªæŒ‰é’®çš„é€æ˜Žåº¦ä¼šå˜å¾—æ›´ä½Ž */
	opacity: .5;
}
.to-top:hover {
	background-color: #333;
	opacity: 1;
}

/* å³ä¾§æ‚¬æµ® */
.yb_conct {
	position: fixed;
	top: 50%;
	right: -120px;
	cursor: pointer;
	z-index: 999;
	transition: all .3s ease;
}
.yb_bar ul li {
	margin-bottom: 2px;
	width: 168px;
	height: 48px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 48px;
	color: #FFF;
	text-indent: 50px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_phone {
	background: url(../img/fixCont.png) no-repeat 0 0 #C8A063;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: url(../img/fixCont.png) no-repeat 0 -50px #C8A063;
}
.yb_bar .yb_ercode {
	background: url(../img/fixCont.png) no-repeat 0 -100px #C8A063;
}
.hd_qr {
	padding-left: 15px;
}
.yb_QQ a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-indent: 50px;
}</pre></body></html>